sync.poolLocalInternal.private (field)
7 uses
sync (current package)
pool.go#L66: private any // Can be used only by the respective P.
pool.go#L108: if l.private == nil {
pool.go#L109: l.private = x
pool.go#L132: x := l.private
pool.go#L133: l.private = nil
pool.go#L177: if x := l.private; x != nil {
pool.go#L178: l.private = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |